[INFO] fetching crate ezhook 0.2.2...
[INFO] fixing ezhook-0.2.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate ezhook 0.2.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ezhook 0.2.2
[INFO] finished tweaking crates.io crate ezhook 0.2.2
[INFO] tweaked toml for crates.io crate ezhook 0.2.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ezhook 0.2.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b
[INFO] running `Command { std: "docker" "start" "13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking ezhook v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr] crater-edition-check: ezhook v0.2.2 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking ezhook v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/local/swap.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |         util::unprotect(square as _, 5);
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 177 |         util::unprotect(square as *const () as _, 5);
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 189 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 189 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 195 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 195 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 201 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 201 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 |             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 219 -             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout] 219 +             assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:225:21
[INFO] [stdout]     |
[INFO] [stdout] 225 |             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 225 -             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout] 225 +             assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:231:21
[INFO] [stdout]     |
[INFO] [stdout] 231 |             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 231 -             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout] 231 +             assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |                   __ez_HOOK.hook(target)
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |                   __ez_HOOK.unhook()
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |                   __ez_HOOK.toggle()
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |                   __ez_HOOK.target()
[INFO] [stdout]     |                   ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/remote/swap.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 |         util::unprotect(square as _, 5);
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 146 |         util::unprotect(square as *const () as _, 5);
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/remote/swap.rs:148:31
[INFO] [stdout]     |
[INFO] [stdout] 148 |         util::allocate(square as _, size)
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 148 |         util::allocate(square as *const () as _, size)
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/remote/swap.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 160 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 160 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/remote/swap.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 166 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 166 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/remote/swap.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 172 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 172 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:98:44
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name)
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/remote/swap.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |                   dest: &'static mut [u8],
[INFO] [stdout]     |                          ------- the lifetime is named here
[INFO] [stdout] 103 |               ) -> &mut $crate::local::swap::Hook<__ez_Func> {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 103 |             ) -> &'static mut $crate::local::swap::Hook<__ez_Func> {
[INFO] [stdout]     |                   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:104:48
[INFO] [stdout]     |
[INFO] [stdout] 104 |                   $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:56:33
[INFO] [stdout]     |
[INFO] [stdout]  56 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:58:33
[INFO] [stdout]     |
[INFO] [stdout]  58 |                                 __ez_HOOK.target_inline()
[INFO] [stdout]     |                                 ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:65:33
[INFO] [stdout]     |
[INFO] [stdout]  65 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:98:44
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name)
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/remote/swap.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |                   dest: &'static mut [u8],
[INFO] [stdout]     |                          ------- the lifetime is named here
[INFO] [stdout] 103 |               ) -> &mut $crate::local::swap::Hook<__ez_Func> {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 103 |             ) -> &'static mut $crate::local::swap::Hook<__ez_Func> {
[INFO] [stdout]     |                   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:104:48
[INFO] [stdout]     |
[INFO] [stdout] 104 |                   $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:56:33
[INFO] [stdout]     |
[INFO] [stdout]  56 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:58:33
[INFO] [stdout]     |
[INFO] [stdout]  58 |                                 __ez_HOOK.target_inline()
[INFO] [stdout]     |                                 ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:65:33
[INFO] [stdout]     |
[INFO] [stdout]  65 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking ezhook v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/util.rs (1 fix)
[INFO] [stderr]        Fixed src/remote/swap.rs (2 fixes)
[INFO] [stderr]        Fixed src/local/swap.rs (6 fixes)
[INFO] [stderr]        Fixed src/remote/swap.rs (5 fixes)
[INFO] [stderr]        Fixed src/local/swap.rs (4 fixes)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |                   __ez_HOOK.hook(target)
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |                   __ez_HOOK.unhook()
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |                   __ez_HOOK.toggle()
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |                   __ez_HOOK.target()
[INFO] [stdout]     |                   ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:98:44
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name)
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:104:48
[INFO] [stdout]     |
[INFO] [stdout] 104 |                   $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:56:33
[INFO] [stdout]     |
[INFO] [stdout]  56 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:58:33
[INFO] [stdout]     |
[INFO] [stdout]  58 |                                 __ez_HOOK.target_inline()
[INFO] [stdout]     |                                 ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:65:33
[INFO] [stdout]     |
[INFO] [stdout]  65 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:98:44
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name)
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:104:48
[INFO] [stdout]     |
[INFO] [stdout] 104 |                   $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:56:33
[INFO] [stdout]     |
[INFO] [stdout]  56 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:58:33
[INFO] [stdout]     |
[INFO] [stdout]  58 |                                 __ez_HOOK.target_inline()
[INFO] [stdout]     |                                 ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:65:33
[INFO] [stdout]     |
[INFO] [stdout]  65 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
[INFO] [stderr] crater-edition-check: ezhook v0.2.2 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking ezhook v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/local/swap.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |         util::unprotect(square as _, 5);
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 177 |         util::unprotect(square as *const () as _, 5);
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:189:21
[INFO] [stdout]     |
[INFO] [stdout] 189 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 189 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 189 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 195 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 195 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 201 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 201 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 |             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 219 -             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout] 219 +             assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:225:21
[INFO] [stdout]     |
[INFO] [stdout] 225 |             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 225 -             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout] 225 +             assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/local/swap.rs:231:21
[INFO] [stdout]     |
[INFO] [stdout] 231 |             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 231 -             assert!(unsafe { add_one_before::target() } == square);
[INFO] [stdout] 231 +             assert!(std::ptr::fn_addr_eq(unsafe { add_one_before::target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |                   __ez_HOOK.hook(target)
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |                   __ez_HOOK.unhook()
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |                   __ez_HOOK.toggle()
[INFO] [stdout]     |                   ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/local/swap.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |                   __ez_HOOK.target()
[INFO] [stdout]     |                   ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 170 | /     local_swap_hook! {
[INFO] [stdout] 171 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 172 | |             orig!(x + 1)
[INFO] [stdout] 173 | |         }
[INFO] [stdout] 174 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::local_swap_hook` which comes from the expansion of the macro `local_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/remote/swap.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 |         util::unprotect(square as _, 5);
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 146 |         util::unprotect(square as *const () as _, 5);
[INFO] [stdout]     |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> src/remote/swap.rs:148:31
[INFO] [stdout]     |
[INFO] [stdout] 148 |         util::allocate(square as _, size)
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 148 |         util::allocate(square as *const () as _, size)
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/remote/swap.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 160 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 160 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/remote/swap.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 166 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 166 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> src/remote/swap.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |             assert!(unsafe { hook.target() } == square);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 172 -             assert!(unsafe { hook.target() } == square);
[INFO] [stdout] 172 +             assert!(std::ptr::fn_addr_eq(unsafe { hook.target() }, square as fn(i32) -> i32));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:98:44
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name)
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/remote/swap.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |                   dest: &'static mut [u8],
[INFO] [stdout]     |                          ------- the lifetime is named here
[INFO] [stdout] 103 |               ) -> &mut $crate::local::swap::Hook<__ez_Func> { unsafe {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 103 |             ) -> &'static mut $crate::local::swap::Hook<__ez_Func> { unsafe {
[INFO] [stdout]     |                   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:104:48
[INFO] [stdout]     |
[INFO] [stdout] 104 |                   $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 123 | /     remote_swap_hook! {
[INFO] [stdout] 124 | |         #[hook]
[INFO] [stdout] 125 | |         fn add_one_before(x: i32) -> i32 {
[INFO] [stdout] 126 | |             orig!(x + 1)
[INFO] [stdout] 127 | |         }
[INFO] [stdout] 128 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:56:33
[INFO] [stdout]     |
[INFO] [stdout]  56 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:58:33
[INFO] [stdout]     |
[INFO] [stdout]  58 |                                 __ez_HOOK.target_inline()
[INFO] [stdout]     |                                 ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:65:33
[INFO] [stdout]     |
[INFO] [stdout]  65 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 126 |             orig!(x + 1)
[INFO] [stdout]     |             ------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:98:44
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   $crate::remote::swap::len(&__ez_hook::__ez_HOOK, __ez_hook::$name)
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/remote/swap.rs:103:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |                   dest: &'static mut [u8],
[INFO] [stdout]     |                          ------- the lifetime is named here
[INFO] [stdout] 103 |               ) -> &mut $crate::local::swap::Hook<__ez_Func> { unsafe {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 103 |             ) -> &'static mut $crate::local::swap::Hook<__ez_Func> { unsafe {
[INFO] [stdout]     |                   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:104:48
[INFO] [stdout]     |
[INFO] [stdout] 104 |                   $crate::remote::swap::copy_to(&__ez_hook::__ez_HOOK, __ez_hook::$name, dest)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 130 | /     remote_swap_hook! {
[INFO] [stdout] 131 | |         #[hook]
[INFO] [stdout] 132 | |         fn delayed(x: i32) -> i32 {
[INFO] [stdout] 133 | |             update_last(orig!(x))
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         static mut LAST: i32 = 0;
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `$crate::remote_swap_hook` which comes from the expansion of the macro `remote_swap_hook` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:56:33
[INFO] [stdout]     |
[INFO] [stdout]  56 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:58:33
[INFO] [stdout]     |
[INFO] [stdout]  58 |                                 __ez_HOOK.target_inline()
[INFO] [stdout]     |                                 ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/remote/swap.rs:65:33
[INFO] [stdout]     |
[INFO] [stdout]  65 |                                 __ez_HOOK.toggle_inline();
[INFO] [stdout]     |                                 ^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 133 |             update_last(orig!(x))
[INFO] [stdout]     |                         -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `orig` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ezhook` (lib test) due to 14 previous errors; 14 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b", kill_on_drop: false }`
[INFO] [stdout] 13bd619aa1837ac5191ef453d9a50957e003902c7de256460894f1c55632823b
